ComponentOne PDF for .NET
CSJ2K.Icc Namespace / ICCProfile Class / setLong Method / setLong(Int64,Byte[]) Method
long to separate
return output here.

In This Topic
    setLong(Int64,Byte[]) Method
    In This Topic
    Separate bytes in a long into a byte array lsb to msb order. Return the result in the provided array
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function setLong( _
       ByVal d As Long, _
       ByVal b() As Byte _
    ) As Byte()
    public static byte[] setLong( 
       long d,
       byte[] b
    )

    Parameters

    d
    long to separate
    b
    return output here.

    Return Value

    reference to output.
    See Also